-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solidity: Upgrade evmone from 0.4.0 to v0.8.0 #6207
Conversation
I'm not sure where the error leading up to building failure is coming from
perhaps it has something to do with a recent update to ossfuzz compiler toolchain builder pack? |
Can confirm there was a toolchain roll on Aug 11 https://chromium.googlesource.com/chromium/src/+/ce8f94ef957739b440ea78875bf3d2ea0382003d |
However, solidity's build started failing with same issue on August 10 so not sure this is related: https://oss-fuzz-build-logs.storage.googleapis.com/log-70ac0797-dd9c-4ebd-8dbc-10311c0dfb62.txt Can you replace the from line in dockerfile to |
Head branch was pushed to by a user without write access
Just pushed the commit with this change. |
f9e7557
to
eef15f9
Compare
OK. Please undo. Looks like this isn't a toolchain issue. |
It looks like a build issue in a dependency. Have created an issue to track it: ethereum/evmone#373 |
eef15f9
to
6d8a752
Compare
Should fix failing build as well.